Class XElementTest
java.lang.Object
de.aoksystems.da.kernpruefung.xml.splitter.data.XElementTest
- Author:
- YI00075
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidTest of getNS method, of class XElement.voidTest of getName method, of class XElement.voidTest of getTag method, of class XElement.voidTest of getValue method, of class XElement.voidvoidvoidvoidTest of partsToAttributeKey method, of class XElement.voidTest of toString method, of class XElement.
-
Constructor Details
-
XElementTest
public XElementTest()
-
-
Method Details
-
testGetQName
@Test public void testGetQName()Test of getName method, of class XElement. -
testGetNS
@Test public void testGetNS()Test of getNS method, of class XElement. -
testGetTag
@Test public void testGetTag()Test of getTag method, of class XElement. -
testGetValue
@Test public void testGetValue()Test of getValue method, of class XElement. -
testAddChild_Circular
@Test public void testAddChild_Circular() -
testAddChild
@Test public void testAddChild() -
testGetChilds_String
@Test public void testGetChilds_String() -
testGetChilds_String_String
@Test public void testGetChilds_String_String() -
testGetChild_String
@Test public void testGetChild_String() -
testGetChild_String_String
@Test public void testGetChild_String_String() -
testGetChild_String_int
@Test public void testGetChild_String_int() -
testGetChild_String_String_int
@Test public void testGetChild_String_String_int() -
testGetAncestorOrNull_Throw
@Test public void testGetAncestorOrNull_Throw() -
testGetAncestorOrNull
@Test public void testGetAncestorOrNull() -
testIsLeaf
@Test public void testIsLeaf() -
testAddAttribute
@Test public void testAddAttribute() -
testHasAttribute_String
@Test public void testHasAttribute_String() -
testHasAttribute_String_String
@Test public void testHasAttribute_String_String() -
testGetAttribute_String
@Test public void testGetAttribute_String() -
testGetAttribute_String_String
@Test public void testGetAttribute_String_String() -
testPartsToElementKey
@Test public void testPartsToElementKey()Test of partsToAttributeKey method, of class XElement. -
testToString
@Test public void testToString()Test of toString method, of class XElement.
-